home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 255 / SOMC Family Forum 255.iso / Main16.exe / Main16.dxr / 00078_Link7HS.ls < prev    next >
Encoding:
Text File  |  1998-09-14  |  239 b   |  17 lines

  1. on mouseEnter
  2.   set the member of sprite 4 to "netlink7"
  3.   updateStage()
  4.   doRollover2()
  5. end
  6.  
  7. on mouseLeave
  8.   set the member of sprite 4 to "netlinkblk"
  9.   updateStage()
  10.   doRollout()
  11. end
  12.  
  13. on mouseUp
  14.   global LINK7
  15.   gotoNetPage(LINK7)
  16. end
  17.